Gets the previous state for the object.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
PreviousState 
As T
C#
public T 
PreviousState { 
get; }
Visual C++
public:
property T 
PreviousState {
		T 
get ();
}
JavaScript
function get_
previousState();

Field Value

Gets the previous state for this event.

See Also